home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- if "%1" == "" goto INSTRUCT
-
- :INSTALL
- echo MATH CHALLENGE Hard Disk Installation
- echo -------------------------------------
- echo This program will install MATH CHALLENGE Version 4.1
- echo on your hard disk in a directory called %1\CHLLNG from
- echo your floppy disk drive. You must have 1.2 Megabytes
- echo free on your hard drive for the program to load
- echo properly.
-
- pause
- md %1\CHLLNG
-
- cls
- echo --- LOADING PROGRAM FILES ---
- copy *.* %1\CHLLNG\*.*
-
- %1
- cd\CHLLNG
- cls
-
- cls
- echo MATH CHALLENGE (Version 4.1)
- echo ----------------------------
- echo TO START, MOVE TO THE %2\CHLLNG DIRECTORY, AND
- echo ENTER THE FOLLOWING:
- echo -
- echo PARENT -- To Select Math Tables and
- echo Use Personalization Features
- echo CHILD -- To start program
- echo -
- echo WE HOPE YOU ENJOY!!!
- pause
- goto EXIT
-
- :INSTRUCT
- cls
- echo MATH CHALLENGE Hard Disk Installation
- echo -------------------------------------
- echo This program installs MATH CHALLENGE on your hard
- echo drive. For this program, please adopt the following
- echo format:
- echo -
- echo INSTALL C:
- echo -
- echo where C: = hard drive on which the program is to be
- echo installed
- echo -
- echo Substitute other drive letter as appropriate. Please
- echo note you must have 1.2 Megabytes free on your hard drive
- echo for the program to load properly.
- pause
- cls
- goto EXIT
-
- :EXIT